Package com.netscape.certsrv.base
Class PKIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netscape.certsrv.base.PKIException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ACMEException
,BadRequestException
,ConflictingOperationException
,ForbiddenException
,HTTPGoneException
,RequestNotAcceptable
,ResourceNotFoundException
,ServiceUnavailableException
,UnauthorizedException
,UnsupportedMediaType
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPKIException
(int code, String message) PKIException
(int code, String message, Throwable cause) PKIException
(String message) PKIException
(String message, Throwable cause) PKIException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PKIException
-
PKIException
-
PKIException
-
PKIException
-
PKIException
-
PKIException
-
-
Method Details
-
getCode
public int getCode() -
setCode
public void setCode(int code) -
getSerializedFormat
-
getSerializedError
- Throws:
IOException
-
getData
-